Foxit PDF RDK
|
Public Member Functions | |
GetCertificateVerifyResults () | |
Get certificate verify results. More... | |
GetLTVState () | |
Get LTV state that indicates if a signature is a LTV signature. More... | |
GetOCSPSigantureVerifyResults () | |
Get signature verify results for OCSP signature of each certificate. More... | |
GetSignatureCheckTime () | |
Get the time that is actually used to check signature. More... | |
GetSignatureCheckTimeType () | |
Get the type of the time that is actually used to check siganture. More... | |
GetSignatureHashValue () | |
Get signature hash value. More... | |
GetSignatureName () | |
Get signature name. More... | |
GetSignatureState () | |
Get signature state. More... | |
GetTSTSignatureVerifyResult () | |
Get the verify result of time stamp token of this signature. More... | |
IsEmpty () | |
Check whether current object is empty or not. More... | |
Static Public Attributes | |
static | e_LTVStateEnable |
This means LTV is enabled. | |
static | e_LTVStateInactive |
Enumeration for LTV state that indicates if a signature is a LTV signature. More... | |
static | e_LTVStateNotEnable |
This means LTV is not enabled. | |
This class represents signature verify result.
FoxitRDKNative.SignatureVerifyResult.GetCertificateVerifyResults | ( | ) |
Get certificate verify results.
FoxitRDKNative.SignatureVerifyResult.GetLTVState | ( | ) |
Get LTV state that indicates if a signature is a LTV signature.
FoxitRDKNative.SignatureVerifyResult.GetOCSPSigantureVerifyResults | ( | ) |
Get signature verify results for OCSP signature of each certificate.
FoxitRDKNative.SignatureVerifyResult.GetSignatureCheckTime | ( | ) |
Get the time that is actually used to check signature.
FoxitRDKNative.SignatureVerifyResult.GetSignatureCheckTimeType | ( | ) |
Get the type of the time that is actually used to check siganture.
FoxitRDKNative.SignatureVerifyResult.GetSignatureHashValue | ( | ) |
Get signature hash value.
FoxitRDKNative.SignatureVerifyResult.GetSignatureName | ( | ) |
Get signature name.
FoxitRDKNative.SignatureVerifyResult.GetSignatureState | ( | ) |
Get signature state.
FoxitRDKNative.SignatureVerifyResult.GetTSTSignatureVerifyResult | ( | ) |
Get the verify result of time stamp token of this signature.
FoxitRDKNative.SignatureVerifyResult.IsEmpty | ( | ) |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.
|
static |
Enumeration for LTV state that indicates if a signature is a LTV signature.
Values of this enumeration should be used alone.
This means LTV is inactive.